home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / include / fmhcom.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-10  |  171 b   |  10 lines

  1. struct fmhcom {
  2. /*
  3.  * The "rout" receives this structure with
  4.  * code == FMHRCV.
  5.  */
  6. char *ru; /* Far pointer to RU field */
  7. char *lu_name;
  8. struct scb *p_scb;
  9. };
  10.